-replace contact.php
-replace core/functions/users.php
-replace core/init.php
-replace adm_general_settings.php
-replace index.php
-replace includes/css/bootstrap.css
-replace changeserver.php
-replace server.php
-replace core/functions/general.php
-replace includes/header.php
-replace adm_servers_management.php
-replace includes/head.php

-add includes/jquery/bootstrap-alert.js
-add adm_comments_management.php
-add my_comments.php

RUN THESE QUERIES WITH PHP MY ADMIN ON THE CURRENT DATABASE ONE BY ONE !
-------------------------------------------------------------------------
ALTER TABLE  `settings` ADD  `url` VARCHAR( 255 ) NOT NULL AFTER  `title`


ALTER TABLE  `servers` ADD  `description` VARCHAR( 2500 ) NOT NULL AFTER  `country` ,
ADD  `website` VARCHAR( 255 ) NOT NULL AFTER  `description` ,
ADD  `youtube_id` VARCHAR( 255 ) NOT NULL AFTER  `website`


ALTER TABLE  `settings` ADD  `news_message` VARCHAR( 555 ) NOT NULL AFTER  `url`